func runtime.send
3 uses
runtime (current package)
chan.go#L211: send(c, sg, ep, func() { unlock(&c.lock) }, 3)
chan.go#L293: func send(c *hchan, sg *sudog, ep unsafe.Pointer, unlockf func(), skip int) {
select.go#L501: send(c, sg, cas.elem, func() { selunlock(scases, lockorder) }, 2)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)